Browse for records
Retrieves records from an index, up to 1,000 per request.
While searching retrieves hits (records augmented with attributes for highlighting and ranking details), browsing just returns matching records. This can be useful if you want to export your indices.
- The Analytics API doesn’t collect data when using
browse
. - Records are ranked by attributes and custom ranking.
- There’s no ranking for: typo-tolerance, number of matched words, proximity, geo distance.
Browse requests automatically apply these settings:
advancedSyntax
:false
attributesToHighlight
:[]
attributesToSnippet
:[]
distinct
:false
enablePersonalization
:false
enableRules
:false
facets
:[]
getRankingInfo
:false
ignorePlurals
:false
optionalFilters
:[]
typoTolerance
:true
orfalse
(min
andstrict
evaluate totrue
)
If you send these parameters with your browse requests, they’ll be ignored.
Authorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Path Parameters
Name of the index on which to perform the operation.
"ALGOLIA_INDEX_NAME"
Body
Search parameters as query string.
Search parameters as query string.
Each parameter value, including the query
must not be larger than 512 bytes.
Response
OK
The response is of type object
.